We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8964b commit 38dd308Copy full SHA for 38dd308
1 file changed
tests/NortonFailure.mfront
@@ -16,5 +16,7 @@
16
};
17
18
@Integrator{
19
- return FAILURE;
20
-}
+ if(true){
+ return FAILURE;
21
+ }
22
+}
0 commit comments