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" - } - ] - } -}