Recent commits introduced some tclint errors. Fix these.
Tested on x86_64-linux.
clean_restart ${executable}
- if ![runto_main] {
+ if {![runto_main]} {
return
}
standard_testfile .cc
-require {expr ![test_compiler_info gcc* c++] \
- || [supports_statement_frontiers] }
+require {expr {![test_compiler_info gcc* c++] \
+ || [supports_statement_frontiers]} }
set options {c++ debug optimize=-Og}
lappend_include_file options $srcdir/lib/attributes.h
standard_testfile
-require {expr ![test_compiler_info gcc* c++] \
- || [supports_statement_frontiers] }
+require {expr {![test_compiler_info gcc* c++] \
+ || [supports_statement_frontiers] }}
set options {debug nowarnings optimize=-O2}
lappend_include_file options $srcdir/lib/attributes.h