From 4c6353c412f1af6114dcef620b3adddfc41e6587 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Thu, 16 Feb 2023 17:45:16 -0800 Subject: [PATCH] tests --- .../TestCompile/no-nested-columns-2.exp.json | 12 ------------ .../TestCompile/no-nested-columns.exp.json | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 testdata/d2compiler/TestCompile/no-nested-columns-2.exp.json delete mode 100644 testdata/d2compiler/TestCompile/no-nested-columns.exp.json diff --git a/testdata/d2compiler/TestCompile/no-nested-columns-2.exp.json b/testdata/d2compiler/TestCompile/no-nested-columns-2.exp.json deleted file mode 100644 index c7a0d92ba..000000000 --- a/testdata/d2compiler/TestCompile/no-nested-columns-2.exp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "graph": null, - "err": { - "ioerr": null, - "errs": [ - { - "range": "d2/testdata/d2compiler/TestCompile/no-nested-columns-2.d2,4:4:34-4:5:35", - "errmsg": "d2/testdata/d2compiler/TestCompile/no-nested-columns-2.d2:5:5: sql_table columns cannot have children" - } - ] - } -} diff --git a/testdata/d2compiler/TestCompile/no-nested-columns.exp.json b/testdata/d2compiler/TestCompile/no-nested-columns.exp.json deleted file mode 100644 index 622bdebd0..000000000 --- a/testdata/d2compiler/TestCompile/no-nested-columns.exp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "graph": null, - "err": { - "ioerr": null, - "errs": [ - { - "range": "d2/testdata/d2compiler/TestCompile/no-nested-columns.d2,2:9:33-2:10:34", - "errmsg": "d2/testdata/d2compiler/TestCompile/no-nested-columns.d2:3:10: sql_table columns cannot have children" - } - ] - } -}