aboutsummaryrefslogtreecommitdiff
path: root/test cases/failing
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-02-12 14:57:42 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2020-02-28 11:52:35 +0000
commit465ef856ac9b978f13414db4aff649c66f2e6be5 (patch)
tree6dded587df2dd6b4fb801320b2a6b7694c88fe4f /test cases/failing
parentd8fe60e3054f4e92c5e75d6f7351741ef5f41797 (diff)
downloadmeson-465ef856ac9b978f13414db4aff649c66f2e6be5.zip
meson-465ef856ac9b978f13414db4aff649c66f2e6be5.tar.gz
meson-465ef856ac9b978f13414db4aff649c66f2e6be5.tar.bz2
Remove invalid escape char failing test
This test was never testing what it claimed to test, simply failing with 'ERROR: First statement must be a call to project' because it's missing project(). Since #5279, all unrecognized escape sequences are literal, so I don't think there's anything to test here.
Diffstat (limited to 'test cases/failing')
-rw-r--r--test cases/failing/71 invalid escape char/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/test cases/failing/71 invalid escape char/meson.build b/test cases/failing/71 invalid escape char/meson.build
deleted file mode 100644
index b4e9196..0000000
--- a/test cases/failing/71 invalid escape char/meson.build
+++ /dev/null
@@ -1,4 +0,0 @@
-# Make sure meson exits on invalid string
-# The string below contains an invalid unicode code point
-
-'my name is what \uxyzo who are you'