From d8a18cb067ec0073eef3d7ce2157d4ece9f99770 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Sun, 10 Sep 2006 09:49:51 +0000 Subject: [PATCH] Initial test of interfaces --- webtools/lxr/tests/syntax-highlighting/idl.idl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 webtools/lxr/tests/syntax-highlighting/idl.idl diff --git a/webtools/lxr/tests/syntax-highlighting/idl.idl b/webtools/lxr/tests/syntax-highlighting/idl.idl new file mode 100644 index 00000000000..1d94a757f2a --- /dev/null +++ b/webtools/lxr/tests/syntax-highlighting/idl.idl @@ -0,0 +1,3 @@ +interface idl +{ +};