From 42b488065367b070b71a57cea1073453318fbf23 Mon Sep 17 00:00:00 2001 From: asynts Date: Mon, 3 Aug 2020 20:15:10 +0200 Subject: [PATCH] AK: Rename Tests/Span.cpp to Tests/TestSpan.cpp. --- AK/Tests/{Span.cpp => TestSpan.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename AK/Tests/{Span.cpp => TestSpan.cpp} (100%) diff --git a/AK/Tests/Span.cpp b/AK/Tests/TestSpan.cpp similarity index 100% rename from AK/Tests/Span.cpp rename to AK/Tests/TestSpan.cpp