diff options
author | Wayne Meissner <wmeissner@gmail.com> | 2008-11-08 12:24:02 +1000 |
---|---|---|
committer | Wayne Meissner <wmeissner@gmail.com> | 2008-11-08 12:24:02 +1000 |
commit | 31142d8e8d9c402fc88e65c35ed5d39aa21f3071 (patch) | |
tree | 62b3e286f03969682b7afff6d1755081e7d0c8db /nbproject/configurations.xml | |
parent | 400e59348019a5190bc5fbdaf099112b493bdf6e (diff) | |
download | ffi-31142d8e8d9c402fc88e65c35ed5d39aa21f3071.tar.gz |
Clean up error handling
Diffstat (limited to 'nbproject/configurations.xml')
-rw-r--r-- | nbproject/configurations.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index 30c1d38..6d451a6 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -47,6 +47,7 @@ <itemPath>specs/pointer_spec.rb</itemPath> <itemPath>specs/spec_helper.rb</itemPath> <itemPath>specs/string_spec.rb</itemPath> + <itemPath>specs/struct_spec.rb</itemPath> </logicalFolder> </logicalFolder> <logicalFolder name="ExternalFiles" @@ -203,6 +204,9 @@ <item path="specs/string_spec.rb"> <itemTool>3</itemTool> </item> + <item path="specs/struct_spec.rb"> + <itemTool>3</itemTool> + </item> </conf> </confs> </configurationDescriptor> |