diff options
Diffstat (limited to 'test/suite/test.sh')
-rwxr-xr-x | test/suite/test.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/suite/test.sh b/test/suite/test.sh index 97d2551..c54137a 100755 --- a/test/suite/test.sh +++ b/test/suite/test.sh @@ -70,8 +70,6 @@ ctor -v # Object file should have been recompiled MOD2=`stat $STAT_FORMAT ${BUILDDIR}/hello-hello_cc.o` -echo $MOD1 -echo $MOD2 [[ $MOD1 == $MOD2 ]] && fail ${LINENO} # Replacve -DFOO with -DBAR in foo external.cxxflags |