projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39cd7c2
)
Add test for #undef.
author
Carl Worth
<cworth@cworth.org>
Wed, 12 May 2010 19:51:31 +0000
(12:51 -0700)
committer
Carl Worth
<cworth@cworth.org>
Wed, 12 May 2010 20:11:23 +0000
(13:11 -0700)
Which hasn't been implemented yet, so this test fails.
tests/009-undef.c
[new file with mode: 0644]
patch
|
blob
diff --git a/tests/009-undef.c
b/tests/009-undef.c
new file mode 100644
(file)
index 0000000..
3fc1fb4
--- /dev/null
+++ b/
tests/009-undef.c
@@ -0,0
+1,4
@@
+#define foo 1
+foo
+#undef foo
+foo