We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27537d commit 43adb99Copy full SHA for 43adb99
intTests/test_saw_submodule_access1/test.sh
@@ -5,8 +5,10 @@ $SAW test_import_errors.saw
5
6
$SAW test_import_D.saw
7
8
-# $SAW test_load_D.saw
9
-# - This is a test that will fail till till code is fixed.
10
-# - TODO: uncomment after fixing code.
+! $SAW test_load_D.saw
+
+ # finishing https://github.com/GaloisInc/saw-script/pull/2593
11
+ # should allow test_load_D.saw to succeed. (as it should)
12
+ # TODO: remove the ! above when that PR is done.
13
14
$SAW test_UseFunctors.saw
0 commit comments