aboutsummaryrefslogtreecommitdiff
path: root/fcp/tracing/tools/testdata/TagTooLong.baseline
diff options
context:
space:
mode:
Diffstat (limited to 'fcp/tracing/tools/testdata/TagTooLong.baseline')
-rw-r--r--fcp/tracing/tools/testdata/TagTooLong.baseline9
1 files changed, 9 insertions, 0 deletions
diff --git a/fcp/tracing/tools/testdata/TagTooLong.baseline b/fcp/tracing/tools/testdata/TagTooLong.baseline
new file mode 100644
index 0000000..930c65b
--- /dev/null
+++ b/fcp/tracing/tools/testdata/TagTooLong.baseline
@@ -0,0 +1,9 @@
+============== TagTooLong.fbs ============
+include "${DIR}/tracing_schema_common.fbs";
+
+table TagTooLong (tag: "LONGT") {}
+============== diagnosis ============
+ERROR: ${DIR}/tools/testdata/TagTooLong.fbs contains table TagTooLong with tag LONGT of length 5. All tables must have a tag of length 4.
+
+============== result ============
+