diff options
Diffstat (limited to 'Tests/CTestTestCrash/crash.cxx')
-rw-r--r-- | Tests/CTestTestCrash/crash.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CTestTestCrash/crash.cxx b/Tests/CTestTestCrash/crash.cxx index bc9e096..370c3fb 100644 --- a/Tests/CTestTestCrash/crash.cxx +++ b/Tests/CTestTestCrash/crash.cxx @@ -1,4 +1,4 @@ -//causes a segfault +// causes a segfault int main() { int* ptr = 0; |