From d58c9feb6188a500aca1376363897bdd1d4d4897 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:11:55 +0800 Subject: [PATCH] feature delete sigslot_test --- .gitea/workflows/linux-mips64-gcc.yml | 2 +- tests/src/ulib/sigslot/sigslot_test.cpp | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 tests/src/ulib/sigslot/sigslot_test.cpp diff --git a/.gitea/workflows/linux-mips64-gcc.yml b/.gitea/workflows/linux-mips64-gcc.yml index 32e282d..a372a56 100644 --- a/.gitea/workflows/linux-mips64-gcc.yml +++ b/.gitea/workflows/linux-mips64-gcc.yml @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v4 with: github-server-url: https://gitlab.com - repository: qemu-project/qemu + repository: qemu-project/qemu.git path: qemu ref: f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65 diff --git a/tests/src/ulib/sigslot/sigslot_test.cpp b/tests/src/ulib/sigslot/sigslot_test.cpp deleted file mode 100644 index 43c1af8..0000000 --- a/tests/src/ulib/sigslot/sigslot_test.cpp +++ /dev/null @@ -1,6 +0,0 @@ -// -// Created by tqcq on 2023/12/5. -// - -#include -