diff options
author | Jose <jose@zeroc.com> | 2012-02-21 15:09:28 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-02-21 15:09:28 +0100 |
commit | 471293176cf9ad8720ab914997791352bbb05352 (patch) | |
tree | 7e5f8292f8265677653952b99f51838f57a5cbbc /cpp/test/Ice/slicing/exceptions/Test.ice | |
parent | ICE-3590 - localhost vs. 127.0.0.1 (diff) | |
download | ice-471293176cf9ad8720ab914997791352bbb05352.tar.bz2 ice-471293176cf9ad8720ab914997791352bbb05352.tar.xz ice-471293176cf9ad8720ab914997791352bbb05352.zip |
ICE-4322 - Use "#pragma once" in Slice files
Diffstat (limited to 'cpp/test/Ice/slicing/exceptions/Test.ice')
-rw-r--r-- | cpp/test/Ice/slicing/exceptions/Test.ice | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/test/Ice/slicing/exceptions/Test.ice b/cpp/test/Ice/slicing/exceptions/Test.ice index c6c8071036f..44c8fdbf353 100644 --- a/cpp/test/Ice/slicing/exceptions/Test.ice +++ b/cpp/test/Ice/slicing/exceptions/Test.ice @@ -7,8 +7,7 @@ // // ********************************************************************** -#ifndef TEST_ICE -#define TEST_ICE +#pragma once module Test { @@ -55,5 +54,3 @@ exception KnownMostDerived extends KnownIntermediate }; }; - -#endif |