Skip to content

Commit c911e24

Browse files
committed
Update internal
Change-Id: I8f3ddadf54517d3a06eea6fe66a418f4f29b3d8c
1 parent 2d7e551 commit c911e24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifests/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ components:
3636
internal:
3737
branch: master
3838
dest_dir: internal
39-
revision: 1b5d598d4472d31d909089cacfabbb6e7d4135cd
39+
revision: 0e86ed75f1d0ef5574c343e030755efed41891bc
4040
type: git
4141
khronos:
4242
branch: master

unit_tests/verify.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ REM OTHER DEALINGS IN THE SOFTWARE.
2525
goto end
2626
)
2727

28-
if exist ../../../../../../terminate ( exit )
29-
if exist ../../../../../../no_verifier ( exit /b )
28+
if exist ../../../../../terminate ( exit )
29+
if exist ../../../../../no_verifier ( exit /b )
3030

3131
appverif.exe -enable Exceptions Handles Heaps Leak Locks Memory Threadpool TLS DirtyStacks -for igdrcl_tests.exe
3232
%~dp0/igdrcl_tests.exe %*

0 commit comments

Comments
 (0)