From 5ccf575a913bcb3dbbb532acd0025138191085f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=81=A3?= <⁣> Date: Sun, 17 May 2020 20:43:54 +0200 Subject: [PATCH] Move broken test files --- go/{tofix/prog/test_pilot.go => tests/pilot_test/main.go} | 0 .../prog/correct/pilot => tests/pilot_test/pilot_correct}/main.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename go/{tofix/prog/test_pilot.go => tests/pilot_test/main.go} (100%) rename go/{tofix/prog/correct/pilot => tests/pilot_test/pilot_correct}/main.go (100%) diff --git a/go/tofix/prog/test_pilot.go b/go/tests/pilot_test/main.go similarity index 100% rename from go/tofix/prog/test_pilot.go rename to go/tests/pilot_test/main.go diff --git a/go/tofix/prog/correct/pilot/main.go b/go/tests/pilot_test/pilot_correct/main.go similarity index 100% rename from go/tofix/prog/correct/pilot/main.go rename to go/tests/pilot_test/pilot_correct/main.go