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:
parent
27e4d74c8e
commit
5110be1b2c
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
//};
|
||||
|
|
Loading…
Add table
Reference in a new issue