aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors/pp_error_directive.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/errors/pp_error_directive.stderr')
-rw-r--r--Examples/test-suite/errors/pp_error_directive.stderr4
1 files changed, 4 insertions, 0 deletions
diff --git a/Examples/test-suite/errors/pp_error_directive.stderr b/Examples/test-suite/errors/pp_error_directive.stderr
new file mode 100644
index 000000000..9e3523aeb
--- /dev/null
+++ b/Examples/test-suite/errors/pp_error_directive.stderr
@@ -0,0 +1,4 @@
+pp_error_directive.i:3: Warning 204: CPP #warning, "Print this warning".
+pp_error_directive.i:5: Error: CPP #error "This is an error". Use the -cpperraswarn option to continue swig processing.
+pp_error_directive.i:7: Error: CPP #error "Another error". Use the -cpperraswarn option to continue swig processing.
+pp_error_directive.i:9: Warning 204: CPP #warning, "Another warning".