aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TriGTests/trig-graph-bad-09.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TriGTests/trig-graph-bad-09.trig')
-rw-r--r--tests/TriGTests/trig-graph-bad-09.trig12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/TriGTests/trig-graph-bad-09.trig b/tests/TriGTests/trig-graph-bad-09.trig
deleted file mode 100644
index 3cfca535..00000000
--- a/tests/TriGTests/trig-graph-bad-09.trig
+++ /dev/null
@@ -1,12 +0,0 @@
-# GRAPH tests
-PREFIX : <http://example/>
-
-# GRAPH - no directives
-graph :g {
- :s :p :o
-prefix x: <http://example/x#>
- x:s1 x:p1 x:o1 .
-}
-
-
-