summaryrefslogtreecommitdiff
path: root/tests/typing/bad/testfile-arith-4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typing/bad/testfile-arith-4.cpp')
-rw-r--r--tests/typing/bad/testfile-arith-4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typing/bad/testfile-arith-4.cpp b/tests/typing/bad/testfile-arith-4.cpp
index f9ca567..fbb7e9a 100644
--- a/tests/typing/bad/testfile-arith-4.cpp
+++ b/tests/typing/bad/testfile-arith-4.cpp
@@ -1,3 +1,3 @@
class S { public: int a; };
-int main() { S s; char *p; p+s; }
+int main() { S s; int *p; p+s; }