diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1995-01-14 22:23:41 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-01-14 22:23:41 +0000 |
| commit | af4d8ead38cac8e7026de67ff7ba3b744623c279 (patch) | |
| tree | 77542679c39d3d1f555f94fe8f357cc9d8a36be7 /lib/libcom_err/test/test2.et | |
| parent | e7f8d55240ec1c16dd7d3c836c9922e4bb26b3ce (diff) | |
Notes
Diffstat (limited to 'lib/libcom_err/test/test2.et')
| -rw-r--r-- | lib/libcom_err/test/test2.et | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libcom_err/test/test2.et b/lib/libcom_err/test/test2.et new file mode 100644 index 000000000000..55ad74ead071 --- /dev/null +++ b/lib/libcom_err/test/test2.et @@ -0,0 +1,9 @@ + error_table quux + + ec FOO_ERR, "foo" + + ec BAR_ERR, "bar" + + ec BAZ_ERR, "meow" + + end |
