aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-26 07:06:02 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-26 07:06:02 +0000
commite16efc1882ab34a0bb3ae361a2d37f840044cf87 (patch)
tree10e58bef0f4eb0050356be133ad49cc7fd927f84 /tests
parent4899712109a428445f7639e900925e9cbc970749 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@7406 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r--tests/AtomicTest.cpp1
-rw-r--r--tests/PremulAlphaRoundTripTest.cpp1
-rw-r--r--tests/ReadPixelsTest.cpp1
-rw-r--r--tests/Reader32Test.cpp1
-rw-r--r--tests/ScalarTest.cpp1
-rw-r--r--tests/StrokeTest.cpp1
-rw-r--r--tests/Test.cpp1
-rw-r--r--tests/Writer32Test.cpp1
-rw-r--r--tests/skia_test.cpp1
9 files changed, 0 insertions, 9 deletions
diff --git a/tests/AtomicTest.cpp b/tests/AtomicTest.cpp
index 5275e84027..a9ab8d2279 100644
--- a/tests/AtomicTest.cpp
+++ b/tests/AtomicTest.cpp
@@ -58,4 +58,3 @@ static void test_atomicAddTests(skiatest::Reporter* reporter) {
#include "TestClassDef.h"
DEFINE_TESTCLASS("AtomicAdd", AtomicAddTestClass, test_atomicAddTests)
-
diff --git a/tests/PremulAlphaRoundTripTest.cpp b/tests/PremulAlphaRoundTripTest.cpp
index 17fb42a41c..8321c940b9 100644
--- a/tests/PremulAlphaRoundTripTest.cpp
+++ b/tests/PremulAlphaRoundTripTest.cpp
@@ -110,4 +110,3 @@ void PremulAlphaRoundTripTest(skiatest::Reporter* reporter,
#include "TestClassDef.h"
DEFINE_GPUTESTCLASS("PremulAlphaRoundTripTest", PremulAlphaRoundTripTestClass, PremulAlphaRoundTripTest)
-
diff --git a/tests/ReadPixelsTest.cpp b/tests/ReadPixelsTest.cpp
index 8b47906315..a33e819c28 100644
--- a/tests/ReadPixelsTest.cpp
+++ b/tests/ReadPixelsTest.cpp
@@ -398,4 +398,3 @@ void ReadPixelsTest(skiatest::Reporter* reporter, GrContext* context) {
#include "TestClassDef.h"
DEFINE_GPUTESTCLASS("ReadPixels", ReadPixelsTestClass, ReadPixelsTest)
-
diff --git a/tests/Reader32Test.cpp b/tests/Reader32Test.cpp
index 13f2fc4fa6..d81287bd74 100644
--- a/tests/Reader32Test.cpp
+++ b/tests/Reader32Test.cpp
@@ -85,4 +85,3 @@ static void Tests(skiatest::Reporter* reporter) {
#include "TestClassDef.h"
DEFINE_TESTCLASS("Reader32", Reader32Class, Tests)
-
diff --git a/tests/ScalarTest.cpp b/tests/ScalarTest.cpp
index 801872e12e..8a166454d6 100644
--- a/tests/ScalarTest.cpp
+++ b/tests/ScalarTest.cpp
@@ -193,4 +193,3 @@ static void TestScalar(skiatest::Reporter* reporter) {
#include "TestClassDef.h"
DEFINE_TESTCLASS("Scalar", TestScalarClass, TestScalar)
-
diff --git a/tests/StrokeTest.cpp b/tests/StrokeTest.cpp
index ded1130be4..9336bed33a 100644
--- a/tests/StrokeTest.cpp
+++ b/tests/StrokeTest.cpp
@@ -61,4 +61,3 @@ static void TestStroke(skiatest::Reporter* reporter) {
#include "TestClassDef.h"
DEFINE_TESTCLASS("Stroke", TestStrokeClass, TestStroke)
-
diff --git a/tests/Test.cpp b/tests/Test.cpp
index 6953d9435d..de5e79335f 100644
--- a/tests/Test.cpp
+++ b/tests/Test.cpp
@@ -114,4 +114,3 @@ GrContext* GpuTest::GetContext() {
return NULL;
#endif
}
-
diff --git a/tests/Writer32Test.cpp b/tests/Writer32Test.cpp
index a6e274702d..33777a1af7 100644
--- a/tests/Writer32Test.cpp
+++ b/tests/Writer32Test.cpp
@@ -229,4 +229,3 @@ static void Tests(skiatest::Reporter* reporter) {
#include "TestClassDef.h"
DEFINE_TESTCLASS("Writer32", Writer32Class, Tests)
-
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index 84318da824..8a1feaec31 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -164,4 +164,3 @@ int main(int argc, char * const argv[]) {
return tool_main(argc, (char**) argv);
}
#endif
-