1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix code formatter test case

This commit is contained in:
Anton Leherbauer 2010-01-13 13:15:21 +00:00
parent 27e4d74c8e
commit 5110be1b2c

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
* Copyright (c) 2007, 2010 Wind River Systems, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@ -523,10 +523,10 @@ public class CodeFormatterTest extends BaseUITestCase {
assertFormatterResult();
}
//class Example: { void foo() throw(int); };
//class Example { void foo() throw(int); };
//void Example::foo()throw(int){}
//class Example: {
//class Example {
// void foo()
// throw (int);
//};