tests: Add GTK directive error tests

This commit is contained in:
James Westman 2022-03-28 14:18:17 -05:00
parent f197e68589
commit 4cf966eafa
7 changed files with 11 additions and 4 deletions

View file

@ -0,0 +1 @@
using Gtk 3.0;

View file

@ -0,0 +1 @@
1,11,3,Only GTK 4 is supported

View file

@ -0,0 +1 @@
using Gtk 4.6;

View file

@ -0,0 +1 @@
1,11,3,Only GTK 4 is supported