summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/clock-monotonic/clock-monotonic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/unix/clock-monotonic/clock-monotonic.cpp')
-rw-r--r--config.tests/unix/clock-monotonic/clock-monotonic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/unix/clock-monotonic/clock-monotonic.cpp b/config.tests/unix/clock-monotonic/clock-monotonic.cpp
index 27a653600c..7b7d92bef5 100644
--- a/config.tests/unix/clock-monotonic/clock-monotonic.cpp
+++ b/config.tests/unix/clock-monotonic/clock-monotonic.cpp
@@ -50,7 +50,7 @@ int main(int, char **)
#else
# error "Feature _POSIX_MONOTONIC_CLOCK not available"
// MIPSpro doesn't understand #error, so force a compiler error
- force_compiler_error = true;
+ force_compiler_error = true;
#endif
return 0;
}