mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-22 06:41:08 +00:00
Avoid warning about multiline comment on gcc
This commit is contained in:
parent
bde0372f33
commit
554885b83e
@ -1,5 +1,5 @@
|
|||||||
// Aseprite Undo Library
|
// Aseprite Undo Library
|
||||||
// Copyright (C) 2015 David Capello
|
// Copyright (C) 2015-2016 David Capello
|
||||||
//
|
//
|
||||||
// This file is released under the terms of the MIT license.
|
// This file is released under the terms of the MIT license.
|
||||||
// Read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
@ -75,7 +75,7 @@ TEST(Undo, Basics)
|
|||||||
TEST(Undo, Tree)
|
TEST(Undo, Tree)
|
||||||
{
|
{
|
||||||
// 1 --- 2
|
// 1 --- 2
|
||||||
// \
|
// |
|
||||||
// ------ 3 --- 4
|
// ------ 3 --- 4
|
||||||
int model = 0;
|
int model = 0;
|
||||||
Cmd cmd1(model, 1, 0);
|
Cmd cmd1(model, 1, 0);
|
||||||
@ -114,7 +114,7 @@ TEST(Undo, Tree)
|
|||||||
TEST(Undo, ComplexTree)
|
TEST(Undo, ComplexTree)
|
||||||
{
|
{
|
||||||
// 1 --- 2 --- 3 --- 4 ------ 7 --- 8
|
// 1 --- 2 --- 3 --- 4 ------ 7 --- 8
|
||||||
// \ /
|
// | |
|
||||||
// ------------- 5 --- 6
|
// ------------- 5 --- 6
|
||||||
int model = 0;
|
int model = 0;
|
||||||
Cmd cmd1(model, 1, 0);
|
Cmd cmd1(model, 1, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user